func runtime.newBucket

2 uses

	runtime (current package)
		mprof.go#L228: func newBucket(typ bucketType, nstk int) *bucket {
		mprof.go#L328: 	b := newBucket(typ, len(stk))